home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / hputils.arc / STW_HPDJ / READ_ME.DJP < prev    next >
Text File  |  1990-04-01  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                          PRINTER DRIVER FOR HP DESKJET
  8.  
  9.  
  10.               When I bought my Deskjet printer in August 1988, I did
  11.          not get the Epson emulator cartridge (EEC) with the printer.
  12.          I thought that it would be a simple matter to configure
  13.          printer drivers for programs that allow you to construct them
  14.          such as ST Writer. After working for three or four weeks off
  15.          and on, I gave up and ordered the EEC. And everything works
  16.          great with the cartridge; but it still bothered me that I had
  17.          not been able to solve the problem with the STW driver.
  18.  
  19.               I demonstrated the printer at the South East Valley
  20.          Atari Connection (SEVAC) Users Group October meeting and
  21.          remarked to the president, Tim Barr, that I couldn't get a
  22.          STW driver to work without the EEC. In a few minutes with the
  23.          DJ manual during the meeting, he constructed the driver and
  24.          had it up and running. I learned that the printer codes for
  25.          characters per inch (cpi) and character height had to be
  26.          entered as ascii codes (see page 8-16) not as their actual
  27.          values. For instance, the escape sequence/control code to set
  28.          character pitch is shown as 027 040 115 #...# 072 (bottom of
  29.          page 8-19); for 10 cpi, the code would be: 027 040 115 049
  30.          048 072. The ascii codes 049 and 048 represent the numbers
  31.          "1" and "0". I know this may be elementary for some, but not
  32.          being an experienced programmer, I learned something. Thanks
  33.          Tim!
  34.  
  35.  
  36.  
  37.                               USING THE PROGRAMS
  38.  
  39.               There are four programs included in this file:
  40.  
  41.  
  42.                                  XYZZX.DJP
  43.                                  CONFIG.DJP
  44.                                  TEST.DJP
  45.                                  READ_ME.DJP
  46.  
  47.               XYZZX.DJP can be renamed XYZZX.DAT to give a printer
  48.          driver for ST Writer which will allow access to features
  49.          supported by the Deskjet. There are several things which you
  50.          should be aware of when using this driver:
  51.  
  52.          1. Elite spacing (12 cpi) and italics are not supported by
  53.          the Deskjet with the internal fonts.
  54.          2. Elite has been used in this driver for half height
  55.          characters at 10 characters per inch.
  56.          3. Condensed is set at 16.67 cpi.
  57.          4. Italics is used for condensed at 20 cpi.
  58.  
  59.               If you want to change codes for different font
  60.          cartridges, load CONFIG.DJP into ST Writer, make the changes,
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.          and save as CONFIG.TXT. Run CONFIG.TOS with both in the same
  74.          directory to generate a new XYZZX.DAT file. Also note that I
  75.          combined the control codes for superscript (and subscript)
  76.          with half height character codes as described on page 4-18 in
  77.          the printer manual to give the correct combination when using
  78.          sub or superscript.
  79.  
  80.               The file, TEST.DJP, loaded into ST Writer and printed
  81.          will test the various features of the Deskjet printer. The
  82.          test printing can be done properly after XYZZX.DJP is renamed
  83.          XYZZY.DAT, ST Writer is loaded, followed by TEST.DJP.
  84.  
  85.               The READ_ME.DJP file is documentation and a thank you!
  86.  
  87.  
  88.  
  89.          Mike Early
  90.          October 25, 1988
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.